Skip to content

Bump dry-schema from 1.15.0 to 1.16.0#137

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/dry-schema-1.16.0
Closed

Bump dry-schema from 1.15.0 to 1.16.0#137
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/dry-schema-1.16.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2026

Bumps dry-schema from 1.15.0 to 1.16.0.

Release notes

Sourced from dry-schema's releases.

v1.16.0

Added

Changed

  • In JSON Schema output, represent values with an eql? constraint as "const" values. (@​adamransom in #514)
    require "dry/schema"
    Dry::Schema.load_extensions(:json_schema)
    schema = Dry::Schema.JSON do
    required(:version).value(:integer, eql?: 1)
    end
    schema.json_schema
    => {"$schema": "http://json-schema.org/draft-06/schema#", type: "object", properties: {version: {type: "integer", const: 1}}, required: ["version"]}

Fixed

  • In JSON Schema output, fix representation of arrays that are a combinations of schemas. (@​adamransom in #516)
  • Avoid mutation of arguments given to Dry::Schema::Messages::I18n#get. (@​flash-gordon in 51d48b6)

Compare v1.15.0 ... v1.16.0

Changelog

Sourced from dry-schema's changelog.

1.16.0 - 2026-03-03

Added

Changed

  • In JSON Schema output, represent values with an eql? constraint as "const" values. (@​adamransom in #514)
    require "dry/schema"
    Dry::Schema.load_extensions(:json_schema)
    schema = Dry::Schema.JSON do
    required(:version).value(:integer, eql?: 1)
    end
    schema.json_schema
    => {"$schema": "http://json-schema.org/draft-06/schema#", type: "object", properties: {version: {type: "integer", const: 1}}, required: ["version"]}

Fixed

  • In JSON Schema output, fix representation of arrays that are a combinations of schemas. (@​adamransom in #516)
  • Avoid mutation of arguments given to Dry::Schema::Messages::I18n#get. (@​flash-gordon in 51d48b6)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dry-schema](https://github.com/dry-rb/dry-schema) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/dry-rb/dry-schema/releases)
- [Changelog](https://github.com/dry-rb/dry-schema/blob/main/CHANGELOG.md)
- [Commits](dry-rb/dry-schema@v1.15.0...v1.16.0)

---
updated-dependencies:
- dependency-name: dry-schema
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 3, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 5, 2026

Looks like dry-schema is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 5, 2026
@dependabot dependabot bot deleted the dependabot/bundler/dry-schema-1.16.0 branch March 5, 2026 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants